home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-18 / bklbat.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1992-02-04  |  548b  |  19 lines

  1. echo off
  2. cls
  3. echo This Demo requires DOS 3.3.
  4. echo See BKBAT.DOC for further explanation.
  5.  
  6. call bkl chain BATCH  A:
  7. call bkl chain SAMPLE A:
  8. call bkl       UTILS  A:
  9.  
  10. echo  
  11. echo This has been a demonstration of a batch file to backup multiple lists
  12. echo using the BKL.BAT program.  The demo should illustrate two errors and
  13. echo one succesful backup.  Check the files on drive A: to see what BKL.BAT
  14. echo has added.  Read BKLBAT.DOC to customize BKL.BAT for your system.
  15. echo  
  16. echo Thanks for taking a look at BKL.BAT!
  17. echo  
  18.  
  19.